home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / IBeM 1.05s CLI.adf / mountlist < prev    next >
Text File  |  1991-04-23  |  606b  |  28 lines

  1. /* A sample mountlist entry for the IBM emulator */
  2. /* Include this file within you mountlist */
  3.  
  4. IBMA:
  5.     Device = devs:messydisk.device
  6.     Unit = 0
  7.     LowCyl = 0 ; HighCyl = 79
  8.     Surfaces = 2
  9.     BlocksPerTrack = 9
  10.     DosType = 3
  11. #
  12.  
  13. /* A sample mountlist entry for a harddisk.  Insert the correct name
  14. for your own device and unit and MAKE SURE YOU GET THE CYLINDER
  15. NUMBERS CORRECT - if your Amiga and PC drives overlap you could easily
  16. lose the contents of both of them! */
  17.  
  18. IBMC:
  19.         Device = devs:alf.device
  20.         Unit = 0
  21.         Flags = 0
  22.         Surfaces = 4
  23.         BlocksPerTrack = 26
  24.         LowCyl = 451
  25.         HighCyl = 611
  26.         DosType = 0
  27. #
  28.